home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 003 / dynabase.arc / READ.ME < prev   
Encoding:
Text File  |  1986-10-04  |  2.0 KB  |  51 lines

  1. The routines in the DynaBase III group act (at high speed!) on Dbase III
  2. and dBase III Plus database files. They are intended to perform certain
  3. simple functions at high speed.
  4.  
  5. All routines require 256K available memory. If you register as an UNDERWARE
  6. user, the registration routine will allow you to run these programs in batch
  7. mode; however that requires a hard disk.
  8.  
  9.     DYNAPPND
  10.         Performs a simple APPEND of one file to another. The fields
  11.         are not converted or re-arranged; in fact no field checking
  12.         takes place at all. If the target file's record format is
  13.         shorter than the source file's, records will be truncated;
  14.         if longer, they will be padded with blanks.
  15.  
  16.     DYNAPACK
  17.         PACKs a dBase file in about 1/20th the time dBase would take
  18.         to do it!
  19.  
  20.     DYNASDF
  21.         Produces an SDF file from a dBase file in about 1/20th the time
  22.         required by dBase.
  23.  
  24.     DYNANAME
  25.         Rename fields in a dBase file without having to re-copy the
  26.         entire file, as dBase's MODIFY STRUCTURE does.
  27.  
  28.     DYNACHCK
  29.         Check a dBase file for records containing invalid (non-printable)
  30.         characters. A list of records (if any) is produced in the file
  31.         DELBADS.PRG, which you can DO from within dBase to get rid of the
  32.         errant records.
  33.  
  34.     DYNADEL
  35.         Rapidly deletes all records from a dBase file (but doesn't PACK
  36.         them).
  37.  
  38.     DYNARCAL
  39.         Rapidly recalls all records from a dBase file.
  40.  
  41.     DYNATEST
  42.         Rapidly produces a test file of specified size.
  43.  
  44. Running the programs without any parameters will cause the run syntax to be
  45. displayed. Running the programs with correct parameters will cause the
  46. UNDERWARE logo to be displayed; you can then find out how to register. Pressing
  47. F9 at the logo screen will cause the program's execution to continue normally.
  48.  
  49. Contact UNDERWARE for information on corporate registration and/or special
  50. rates on registration for the entire set of DynaBase III programs!
  51.